home *** CD-ROM | disk | FTP | other *** search
/ Holt Researcher: American History / Holt Researcher: American History.iso / pc / modules / tour.dxr / 00006_Arrow button.ls < prev    next >
Encoding:
Text File  |  2000-01-21  |  481 b   |  18 lines

  1. property ancestor
  2.  
  3. on new me, buttonName, castName, theChannel, theStageLoc, descendant
  4.   if objectp(descendant) then
  5.     ancestor = new(script("generic button"), buttonName, castName, theChannel, theStageLoc, descendant)
  6.   else
  7.     ancestor = new(script("generic button"), buttonName, castName, theChannel, theStageLoc, me)
  8.   end if
  9.   return me
  10. end
  11.  
  12. on performFunction me
  13.   sound stop 1
  14.   set the puppet of sprite 15 to 0
  15.   set the puppet of sprite 8 to 0
  16.   go(the frame + 1)
  17. end
  18.